home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / otherstuff / stuntssetup / setup < prev    next >
Text File  |  1999-01-04  |  288b  |  15 lines

  1. ;Script
  2. Assign >NIL: StuntDir: EXISTS
  3. IF NOT WARN
  4.   Execute Done
  5. EndIF
  6. CD `c:RequestFile >NIL: TITLE "Select Car Directory" DRAWERSONLY DRAWER ""`
  7. IF EXISTS !DUMMY
  8.   Assign StuntDir: ""
  9.   Copy >NIL: #?.hig /
  10.   Delete >NIL: /car#?.res
  11.   Copy >NIL: car#?.res /
  12. Else
  13.   Echo "Aborting"
  14. EndIF
  15.